GET dollar amount of freeable compute plans
GET/insights/freeable-compute-plans
Returns the dollar amount of freeable compute plans for a given account. The dollar amount is hourly. When replacing an on-demand instance with a spot instance, the hourly price of the on-demand instance should be decremented from the dollar amount of freeable compute plans.
Responses
- 200
The dollar amount of freeable compute plans.
- application/json
- Schema
- Example (from schema)
- Example
Schema
- FreeableComputePlans
anyOf
prediction_start date-timerequired
prediction_end date-timerequired
freeable_cp_usd Freeable Cp Usd (number)required
prediction_start date-timerequired
prediction_end date-timerequired
freeable_cp_usd Freeable Cp Usd (number)required
{
"prediction_start": "2024-07-29T15:51:28.071Z",
"prediction_end": "2024-07-29T15:51:28.071Z",
"freeable_cp_usd": 0
}
{
"last_updated": "2023-08-12T00:00:00",
"dollar_amount": 0.05
}
Loading...